home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / bbs / maxfreq2.zip / REQDAILY.BAT < prev    next >
DOS Batch File  |  1996-06-11  |  323b  |  11 lines

  1. @echo off
  2. echo.
  3. echo MAXFREQ v2.0 - Offline File Request System by John Medland 1:250/840 
  4. echo Running daily maintenance...
  5. cd \max\maxfreq
  6. if exist reqmaint.bat call reqmaint.bat
  7. if exist reqmain.bat call reqmain.bat
  8. if exist reqmain.bat del reqmain.bat
  9. echo Done!
  10. echo.
  11.